home *** CD-ROM | disk | FTP | other *** search
/ Champak 128 / Vol 128 (Damaged).iso / games / scooby_d.swf / scripts / frame_1 / DoAction.as
Encoding:
Text File  |  2011-03-26  |  275 b   |  12 lines

  1. gHSRoot_swf = "/sd_brand/med/HSScripts.swf";
  2. Object.prototype.gameTimeline = this;
  3. var percentLoaded = this.getBytesLoaded() / this.getBytesTotal() * 100;
  4. if(percentLoaded == 100)
  5. {
  6.    this.gotoAndPlay("start");
  7. }
  8. else
  9. {
  10.    loadingBG_mc._yscale = percentLoaded;
  11. }
  12.